This is a sample custom control with more remarking done to help new CC developers understand the general concept of writing a custom control. Because our controls can be compiled for different version of VB we rename our VB .LIB and .H files that come with the VB Custom Control Development kit to the below names. This is required in order to compile this sample (or you can change the MAKEFILE to use the other). This source compiles but is not really meant to be functional. It is strictly provided as a "sample" application. It is provided as-is with no warranty and I will not be liable for damages because of its use (even though it doesn't really do anything) Any question can be directed to me in the 3rd party section of MSBASIC or over CIS Mail. Hope this helps! Sam Patterson MicroHelp, Inc. Speaker at VBITS '93 in San Francisco CIS: 72000,1751 NOTE: We use VBAPI2.LIB to mean the VBAPI.LIB that came with the VB 2.0 CDK We use VBAPI2.H to mean the VBAPI.H that came with the VB 2.0 CDK We use VBAPI1.LIB to mean the VBAPI.LIB that came with the VB 1.0 CDK We use VBAPI1.H to mean the VBAPI.H that came with the VB 1.0 CDK